home *** CD-ROM | disk | FTP | other *** search
Text File | 1989-10-06 | 969 b | 71 lines | [TEXT/MPS ] |
- #include "SysTypes.r"
- #include "Types.r"
- #include "CMTypes.r"
-
-
- resource 'cbnd' (10, "Connection") {
- {
- 'DITL',
- {
- 1, 31000
- },
- 'STR#',
- {
- 0, 31000,
- 1, 31001
- }
- }
- };
-
- resource 'STR#' (31000, "Config: English") {
- { /* array StringArray: 4 elements */
- /* [1] */
- "FirstOption",
- /* [2] */
- "SecondOption",
- /* [3] */
- "True",
- /* [4] */
- "False"
- }
- };
-
- resource 'STR#' (31001, "Config: French") {
- { /* array StringArray: 4 elements */
- /* [1] */
- "fFirstOption",
- /* [2] */
- "fSecondOption",
- /* [3] */
- "Vrai",
- /* [4] */
- "Faux"
- }
- };
-
- resource 'DITL' (31000, "CConfig") {
- { /* array DITLarray: 2 elements */
- /* [1] */
- {25,20,45,150},
- CheckBox {
- enabled,
- "First Option"
- },
- /* [1] */
- {25,170,45,300},
- CheckBox {
- enabled,
- "Second Option"
- }
- }
- };
-
- resource 'vers' (1) {
- 0x01,
- 0x00,
- alpha,
- 0x01,
- verUS,
- "1.0a1",
- "1.0a1, Copyright © Apple Computer, Inc. 1988-1989. Written by Rob Neville."
- };